home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML Instance.sea
/
XML Instance
/
Required
/
swingall.jar
/
javax
/
swing
/
text
/
rtf
/
RTFReader$Destination.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-07-15
|
489 b
|
20 lines
package javax.swing.text.rtf;
import java.util.Dictionary;
interface RTFReader$Destination {
void begingroup();
void close();
void endgroup(Dictionary var1);
void handleBinaryBlob(byte[] var1);
boolean handleKeyword(String var1);
boolean handleKeyword(String var1, int var2);
void handleText(String var1);
}